LiveEventRole

enum LiveEventRole : Enum<LiveEventRole>

An enum that provides information about roles that users can take in a live event.

Since

1.0.0

Entries

Link copied to clipboard
@SerializedName(value = "participant")
PARTICIPANT(StringSet.participant)

The user who is the particiapnt of the live event.

Link copied to clipboard
@SerializedName(value = "host")
HOST(StringSet.host)

The user who is the host of the live event.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val value: String